home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / pure_adr.swf / scripts / DefineButton2_168 / BUTTONCONDACTION on(rollOver).as
Text File  |  2008-11-12  |  305b  |  18 lines

  1. on(rollOver){
  2.    if(eval("/:carro") == "1")
  3.    {
  4.       set("/:perto","1");
  5.       tellTarget("/roda/estrada/nave")
  6.       {
  7.          gotoAndStop("explode");
  8.          play();
  9.       }
  10.       tellTarget("../")
  11.       {
  12.          gotoAndStop("explode");
  13.          play();
  14.       }
  15.    }
  16.    play();
  17. }
  18.